home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / win_u_z / winxpat.zip / PATWINX.BAT next >
DOS Batch File  |  1992-09-15  |  2KB  |  38 lines

  1. echo off
  2. echo ╔═════════════════════════════════════════════════════════════╗
  3. echo ║       DESQview/X Patch for version 1.02 dated 4/27/92       ║
  4. echo ║                                                             ║
  5. echo ║ This patchfile implements fixes to DESQview/X version 1.02. ║
  6. echo ║ This patch will work ONLY on DESQview/X version 1.02. The   ║
  7. echo ║ date on the WINX.EXE file in your DESQview/X directory      ║
  8. echo ║ should be 4/27/92; the date on the XGLUE.DLL file in your   ║
  9. echo ║ DVX\WINX subdirectory should also be 4/27/92. If the date   ║
  10. echo ║ on these files is later than 4/27/92,  you do not need this ║
  11. echo ║ patch.                                                      ║
  12. echo ║                                                             ║
  13. echo ║ Press any key to continue or Control-C to abort.            ║
  14. echo ╚═════════════════════════════════════════════════════════════╝
  15. pause
  16. if not exist WINXPAT.EXE goto error
  17. if not exist WINXPAT.RTP goto error
  18. if not exist WINXPAT.RTD goto error
  19. if not exist WINX\XGLUE.DLL goto error
  20. if not exist DVX.CFG goto error
  21. winxpat winxpat.rtp
  22. echo Patch complete! Now deleting patch files...
  23. del winxpat.exe
  24. del winxpat.rtp
  25. del winxpat.rtd
  26. echo Patch successfully applied; patch files deleted.
  27. goto end
  28. :error
  29. echo ╔═════════════════════════════════════════════════════════════╗
  30. echo ║ This patch should be applied by copying WINXPAT.EXE,        ║
  31. echo ║ WINXPAT.RTP, WINXPAT.RTD, PATWINX.BAT into your DESQview/X  ║
  32. echo ║ directory, and then typing                                  ║
  33. echo ║                                                             ║
  34. echo ║ PATWINX                                                     ║
  35. echo ║                                                             ║
  36. echo ╚═════════════════════════════════════════════════════════════╝
  37. :end
  38.